Welcome![Sign In][Sign Up]
Location:
Search - Naive Bayes

Search list

[Other resourceNaiveBayes

Description: naive bayes方法是用于分类的一个传统方法,它是产生的比较早的一个方法,分类的准确度比较高。
Platform: | Size: 1014 | Author: 李萍 | Hits:

[Other resourceNaiveBayes

Description: 这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系: l_y_f_2005@163.com
Platform: | Size: 1235 | Author: 122456 | Hits:

[Mathimatics-Numerical algorithmsDataMining_NaiveBayes_CSharp_WIP_100

Description: Data Mining 算法-Data Mining Algorithms
Platform: | Size: 30720 | Author: samtang | Hits:

[AI-NN-PRweka

Description: :<<数据挖掘--实用机器学习技术及java实现>>一书的配套源程序,结合数据挖掘和机器学习的知识,以java语言实现了具有代表性的各类数据挖掘方法.例如:classifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,还有聚类,数据预处理等-: lt; Lt; Data Mining-- Practical Machine Learning Technology and java achieve gt; Gt; A matching the source, combining data mining and machine learning, the knowledge, java language to a representative of the various types of data mining. For example : the classifier ZeroR . OneR.NaiveBayes.DecisionTable.IBK.C45, clustering, data pretreatment
Platform: | Size: 1103872 | Author: | Hits:

[AI-NN-PRNavieBayesianClassifier[xtulbd,050228]

Description: 朴素贝叶斯分类器(Navie Bayesian Classifier)识别鼠标输入的字母A~J-Naive Bayesian classifier (Navie Bayesian Classifier) Identification of the mouse input letters A-J
Platform: | Size: 84992 | Author: 李勃东 | Hits:

[JSPBayesianNaive

Description:
Platform: | Size: 3072 | Author: chen | Hits:

[Software Engineering设计模式CHM版

Description: 值得学习,要想制作大型软件,而且采用面向对象的编程,设计模式不能不学。-worth learning, in order to produce large software and object-oriented programming, design patterns can not learn.
Platform: | Size: 208896 | Author: 杨立 | Hits:

[AI-NN-PRweka402

Description: < 数据挖掘--实用机器学习技术及java实现> 一书结合数据挖掘和机器学习的知识,作者陈述了自动挖掘模式的基础理论,并且以java语言实现了具有代表性的各类数据挖掘方法.例如:classifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,还有聚类,数据预处理等.-<Data mining- practical machine learning technology and java to achieve> a book combining data mining and machine learning knowledge, the authors presented an automatic mining mode of basic theory, and in order to achieve the java language with the representation of various data mining methods. For example: classifier in ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45, there is clustering, data preprocessing, such as.
Platform: | Size: 3976192 | Author: 龚璇 | Hits:

[AlgorithmNaiveBayes

Description: 贝叶斯公式,在信息检索以及信息抽取中有着重要的应用,需要的下载,有问题联系我-Bayesian formula, in the information retrieval and information extraction has important applications, the need for download, there are problems contact me
Platform: | Size: 3715072 | Author: 刘磊 | Hits:

[JSP/JavaClustering

Description: 数据挖掘算法。K-Means聚类数据挖掘算法。该算法是用Java语言编写的。-Data mining algorithms. K-Means clustering algorithm for data mining. The algorithm is a Java language.
Platform: | Size: 41984 | Author: 张志娟 | Hits:

[AI-NN-PRNaiveBayes

Description: 很好的 算法!用了绝对不后悔 对初学者很有帮助!快来下啊!-Very good algorithm! Spent absolutely no regrets very helpful for beginners! Come under ah!
Platform: | Size: 5120 | Author: zhang fan | Hits:

[AI-NN-PRNaiveBayesUpdateable

Description: 好代码 数据挖掘方面的代码! 免费下载了!请提宝贵意见-Good source of data mining aspects of the code! Downloaded free of charge! Please mention the valuable advice
Platform: | Size: 4096 | Author: zhang fan | Hits:

[Software EngineeringArcGISEngine+.NET

Description: 描述了使用ArcGIS 控件建立和部署应用的方法和步骤。演示并使你熟悉在.NET中使用标准ArcGIS控件开发和部署GIS应用所需的步聚.-Describes the use of ArcGIS control applications to build and deploy the methods and steps. Presentation and you are familiar with. NET controls the use of standard ArcGIS application development and deployment of GIS required步聚.
Platform: | Size: 668672 | Author: fantaseazm | Hits:

[Anti-virusSpamFiltering

Description: 该程序实现的是一个垃圾邮件过滤系统,方法采用的是NAIVE Bayes,语料库用的是LINspam—public,程序中有使用说明,希望大家一起探讨改进一下.-The program is a spam filtering system, methods used NAIVE Bayes, Corpus used LINspam-public, the procedures in use, hoping to improve what we explore.
Platform: | Size: 118784 | Author: 李贺 | Hits:

[AI-NN-PRK-meansNB

Description: :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will be introduced to the Naive Bayesian Classifier study, a K-means based on the Naive Bayesian classification algorithm. First of all, with K-me. arks algorithm focus on the raw data of the complete data subset of the cluster, the calculation of missing data for each subset of records and the similarity between the cluster center of gravity to the nearest record assigned to a cluster, and the corresponding attributes of the cluster means to fill the missing value record, and then use Naive Bayes classification algorithm to deal with the data set after classification. The experimental results show that compared with the Naive Bayes, K-means based on the thinking of Naive Bayes algorithm has higher classification accuracy.
Platform: | Size: 173056 | Author: 李浩 | Hits:

[AI-NN-PRNB

Description: :朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关 系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类 性能的方法。为进一步的研究打下坚实的基础。-: Naive Bayesian classifier is a simple and efficient classifier, but its attribute independence assumption that the real world so that it can not be said to rely on the relationship between attributes, as well as its passive learning strategies, the impact of the classification of its performance . This article from a different point of view, discussion and analysis of three to improve the performance of Naive Bayes classification method. For further research and lay a solid foundation.
Platform: | Size: 149504 | Author: 李浩 | Hits:

[File Operatedifference.tar

Description: This a text file include differences bayesian clasification and naive bayes.-This is a text file include differences bayesian clasification and naive bayes.
Platform: | Size: 2048 | Author: dogukan | Hits:

[.netattachments_16_09_2009

Description: naive bayes coding download
Platform: | Size: 481280 | Author: deepan.s | Hits:

[AI-NN-PRTextCat

Description: 用朴素贝叶斯算法来进行文件分类,未包含训练数据.-Naive Bayes algorithm is used to carry out classification of documents, not included in training data.
Platform: | Size: 280576 | Author: johnson | Hits:

[WEB CodeSentiment-Symposium-Tutorial--Classifiers

Description: source code in Java for naive bayes cobalah ayolah
Platform: | Size: 15360 | Author: etnadia | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »

CodeBus www.codebus.net